about dialog: Simplify the template a bit
authorMatthias Clasen <mclasen@redhat.com>
Fri, 30 Dec 2016 15:20:16 +0000 (10:20 -0500)
committerMatthias Clasen <mclasen@redhat.com>
Fri, 30 Dec 2016 15:33:16 +0000 (10:33 -0500)
Remove some unnecessary complications, like an extraneous
box, and some child property settings that are not needed.

gtk/ui/gtkaboutdialog.ui

index c5c4f7082da170a36ccd505522b844e06c3da719..5c795a4a30061bb102be86247dc9f86042b3a161 100644 (file)
                       </packing>
                     </child>
                     <child>
-                      <object class="GtkBox" id="hbox">
-                        <property name="visible">1</property>
-                        <property name="homogeneous">1</property>
-                        <child>
-                          <object class="GtkLabel" id="website_label">
-                            <property name="no-show-all">1</property>
-                            <property name="label">http://website.com</property>
-                            <property name="selectable">1</property>
-                            <signal name="activate-link" handler="emit_activate_link" object="GtkAboutDialog" swapped="yes"/>
-                          </object>
-                          <packing>
-                            <property name="fill">0</property>
-                          </packing>
-                        </child>
+                      <object class="GtkLabel" id="website_label">
+                        <property name="no-show-all">1</property>
+                        <property name="label">http://website.com</property>
+                        <property name="selectable">1</property>
+                        <signal name="activate-link" handler="emit_activate_link" object="GtkAboutDialog" swapped="yes"/>
                       </object>
                       <packing>
                         <property name="fill">0</property>